home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 4
/
Aminet 4 - November 1994.iso
/
aminet
/
comm
/
term
/
dreamterm06.lha
/
DreamTerm
/
Techno.txt
< prev
Wrap
Text File
|
1992-10-12
|
3KB
|
115 lines
LogFile structure
-------------------
One Entry:
0000 CHAR2 AsciiStartID '>>'
0002 WORD Size
0004 BYTE Version number of entry (1)
0005 BYTE Flags / Unused (0)
0006 WORD Startime: Days since 1/1/78
0008 WORD Startime: Minutes since midnight
0010 WORD Elapsed: Hours
0012 BYTE Elapsed: Minutes
0013 BYTE Elapsed: Seconds
0014 LONG TXD bytes
0018 LONG RXD bytes
0022 WORD OverRuns
0024 AllocSize / BBS-Name
0xxx AllocSize / PhoneNumber
0xxx CHAR2 AsciiEndID '<<'
BYTE = Unsigned 8-bit
WORD = Unsigned 16-bit
LONG = Unsigned 32-bit
CHAR2 = Two chars
AllocSize = 0000 WORD How many bytes string occupies (MUST BE EVEN!)
0002 STRING Some string, null end
BYTE Only if string+0 has odd lenght.
Note: Size is entrysize-4 -> StartID & EndID are not calculated to it!
DT.color Structure
--------------------
0000 LONG UnUsed
0004 WORD CRC (Unused)
0006 CHAR4 ID = DV02
0010 WORD Color 00 / 2 color screen
0012 WORD Color 01
0014 WORD Color 00 / 4 color screen
0016 WORD Color 01
0018 WORD Color 02
0020 WORD Color 03
0022 WORD Color 00 / 8 color screen
0024 WORD Color 01
0026 WORD Color 02
0028 WORD Color 03
0030 WORD Color 04
0032 WORD Color 05
0034 WORD Color 06
0036 WORD Color 07
0038 WORD Color 00 / 16 color screen
0040 WORD Color 01
0042 WORD Color 02
0044 WORD Color 03
0046 WORD Color 04
0048 WORD Color 05
0050 WORD Color 06
0052 WORD Color 07
0054 WORD Color 08
0056 WORD Color 09
0058 WORD Color 10
0060 WORD Color 11
0062 WORD Color 12
0064 WORD Color 13
0066 WORD Color 14
0068 WORD Color 15
XPR
-----
YModem.library is used to generate xmodem, ymodem, ymodem-b, ymodem-g and
ymodem-a.
SCRIPT
--------
Only those commands which are absolutely needed to run ReadMail scripts are
implemented. Some of them are so called pseudo-commands which do nothing but
exist because ReadMail uses them.
Implemented commands:
ASCSEND
AUTODOWN ON/OFF
AUTOUP ON/OFF
AUTOXFER ON/OFF (Pseudo)
BEEP (Pseudo)
CAPTURE (Pseudo)
CD
CONVERSE
DELAY
DLWHEN
DWHENS
END
GOSUB (Limited to 20)
GOTO
HANGUP
MESSAGE
MSGSEND (ASCSEND)
REQUEST ON/OFF (Pseudo)
RESUME ON/OFF
RETURN
SEND
SET (Pseudo / Charset must be set in phone-entry)
TIMEOUT
WAIT
WHEN (Limited to 20)
Read NComm's script doc if you want to know how to use these commands.
WARNING! Script-language (and everything else:-) is NOT tested very closely.